home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
TrickyClickyBall.swf
/
scripts
/
frame_3
/
PlaceObject2_186_15
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
265 b
|
12 lines
onClipEvent(enterFrame){
makePowahUp += random(12) + 1;
if(makePowahUp >= 660)
{
makePowahUp = 0;
this._x = random(536) - 10.4;
this._y = random(318.1) + 40.4;
this._visible = true;
this.but._visible = true;
}
}